home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0013.bin < prev    next >
Encoding:
Extensible Markup Language  |  2003-04-14  |  2.0 KB  |  67 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--What you can do with this file:
  4.     1. Transform it using the XSLT stylesheet, Library.xslt, assigned to it.
  5.        To transform, select 'Transform Using XSLT...' from the Style menu, or
  6.        press F8. The 'Transform Using XSLT' dialogue box is displayed. Select
  7.        an output option, for example, 'Preview the XSLT output in an internal
  8.        browser window'.-->
  9.  
  10. <!--XSLT stylesheet declaration.-->
  11. <?xml:stylesheet type="text/xsl" href="Library.xslt"?>
  12.  
  13. <library>
  14.     <name>Northmead Local Library</name>
  15.     <book status="available">
  16.         <publisher>Wiley International Edition</publisher>
  17.         <title>Circuits, Devices and Systems</title>
  18.         <edition>5th</edition>
  19.         <author>
  20.             <first-name>Ralph J</first-name>
  21.             <last-name>Smith</last-name>
  22.         </author>
  23.         <author>
  24.             <first-name>Richard C</first-name>
  25.             <last-name>Dorf</last-name>
  26.         </author>
  27.         <isbn>0471552216</isbn>
  28.         <callno>005.133/C</callno>
  29.         <online_url>http://library/online_books/005133C.html</online_url>
  30.     </book>
  31.     <book status="on_loan">
  32.         <publisher>Prentice Hall PTR</publisher>
  33.         <title>The C Programming Language</title>
  34.         <edition>2nd</edition>
  35.         <author>
  36.             <first-name>Brian W</first-name>
  37.             <last-name>Kernighan</last-name>
  38.         </author>
  39.         <author>
  40.             <first-name>Dennis M</first-name>
  41.             <last-name>Ritchie</last-name>
  42.         </author>
  43.         <isbn>0131103628</isbn>
  44.         <callno>005.133/C2</callno>
  45.         <online_url>http://library/online_books/005133C2.html</online_url>
  46.     </book>
  47.     <journal series="XML Users Journal">
  48.         <title>XML Users Journal August 1999</title>
  49.         <date>1999-08-01</date>
  50.         <callno>005.133/C</callno>
  51.     </journal>
  52.     <video status="available">
  53.         <title>Lord of the Rings: The Fellowship of the Ring</title>
  54.         <year>2001</year>
  55.         <director>
  56.             <name>Peter Jackson</name>
  57.         </director>
  58.         <genre>fantasy</genre>
  59.         <genre>adventure</genre>
  60.         <callno>643.11/L</callno>
  61.     </video>
  62. </library>
  63.  
  64. <!--This file was created using XMLwriter v2.0 Beta 2.
  65.     Copyright Wattle Software 2002. All rights reserved.
  66.     http://XMLwriter.net/-->
  67.